home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1995 March
/
PC Plus Super CD (Issue 101) (March 1995).iso
/
sharewar
/
vfd
/
sample.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-08-25
|
217 b
|
10 lines
echo off
rem Replace the AVI file names with your favorite RLE AVIs.
:start
geewiz pretty.avi -l1 -g -d -f3
if errorlevel 1 goto end
geewiz pretty2.avi -l1 -g -d -f3
if errorlevel 1 goto end
goto start
:end